home *** CD-ROM | disk | FTP | other *** search
/ American Heritage Illust…clopedic Dictionary 1991a / American Heritage Illustrated Encyclopedic Dictionary (1991a Edition).iso / dbase / ahdict.sk.threads < prev    next >
Text File  |  1987-02-23  |  511b  |  118 lines

  1. // Skema for AH Dictionary Data Base
  2.  
  3. :BASE
  4.     American Heritage Dictionary 
  5.  
  6. :FIELDS
  7.      1, entry
  8.      2, phonic
  9.      3, definition
  10.      4, altentrys
  11.  
  12. :TREES
  13.     1, entries,  .ent,    Alpha
  14.  
  15. :INDEXES
  16.     1, entries, entries, 1  
  17.     
  18. :SORT
  19.     ISAM
  20.  
  21. :INVERT
  22.     altentrys, entries,  PhraseStem
  23.     altentrys, entries,  Phrases
  24.     
  25. :TITLE
  26.     fixed, 80, .fx
  27.     entry
  28.  
  29. :EVAL
  30.     entries
  31.  
  32. :ISAM
  33.     .
  34.  
  35. :THREADS
  36.     .tx, .tr
  37.  
  38. :END
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.